KT-2334 partly fix: boolean to object coercion
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import kotlin.test.*
|
||||
import org.junit.Test as test
|
||||
|
||||
public class Test {
|
||||
test fun f(): Unit {
|
||||
assertEquals(true, !false)
|
||||
}
|
||||
}
|
||||
|
||||
fun box() : String {
|
||||
Test().f()
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user