0fea6822c3
Remove useless check and todo. #KT-2717 Fixed #KT-3142 Fixed
5 lines
116 B
Kotlin
5 lines
116 B
Kotlin
fun main(args: Array<String>) {
|
|
if (A.foo() != 42) throw Exception()
|
|
if (A.bar != "OK") throw Exception()
|
|
}
|