5 lines
44 B
Kotlin
Vendored
5 lines
44 B
Kotlin
Vendored
package foo
|
|
|
|
val b = 3
|
|
|
|
fun box() = (b == 3) |