Avatar
swift40 BOT 6/7/2018 2:22 PM
exit status: 1 with stderr:<stdin>:3:16: error: use of unresolved identifier '_compactMap' return _compactMap { $0 } ^~~~~~~~~~~ <stdin>:8:28: error: generic parameter 'T' could not be inferred let b: [Int] = a.compact().compact() ^