Avatar
swiftbot BOT 4/1/2018 3:43 PM
Swift version 4.1 (swift-4.1-RELEASE) Target: x86_64-unknown-linux-gnu true true /usercode/main.swift:8:14: warning: 'is' test is always true print(S.self is A.Type) ^ /usercode/main.swift:9:14: warning: 'is' test is always true print(S.self is B.Type) ^