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