blob: 156c52531d278da0684e8b0e5e5c79d4bea69977 [file] [log] [blame]
class Check {
fun a() {
val d = String() as Int
}
}