Avatar
swiftbot BOT 4/11/2018 8:47 AM
Swift version 4.1 (swift-4.1-RELEASE)
8:47 AM
/usercode/main.swift:3:8: error: definition conflicts with previous value func b(_ a: String) {} ^ /usercode/main.swift:2:8: note: previous definition of 'b' is here func b(_ a: Int) {} ^