0b647ac358
Split testData into 'classes' and 'expressions'.
4 lines
107 B
Kotlin
Vendored
4 lines
107 B
Kotlin
Vendored
fun test1(a: Int, b: Int) = a == b
|
|
fun test2(a: Int, b: Int) = a != b
|
|
fun test3(a: Any?, b: Any?) = a == b
|