Avatar
norio_nomura 5/23/2017 9:37 AM
SE-0014 以前はどっちも普通に動いた。 sh-session $ /Library/Developer/Toolchains/swift-2.2-SNAPSHOT-2016-01-06-a.xctoolchain/usr/bin/swift Welcome to Apple Swift version 2.2-dev (LLVM 3ebdbb2c7e, Clang f66c5bb67b, Swift 54dcd16759). Type :help for assistance. 1> let a = [""].map { $0 }.prefix(3) 2. let b = [""].prefix(3).map { $0 } // Ambiguous use of 'prefix' a: ArraySlice<String> = 1 value { [0] = "" } b: [String] = 1 value { [0] = "" } (edited)
👍 2
9:39 AM
2.2の頃は SE-0014 関係なく普通に動いていた様にも見える。