Files
kotlin-fork/compiler/testData/codegen/notNullAssertions/noAssertionsForKotlin.kt
T

14 lines
188 B
Kotlin
Vendored

class A {
val x: Int = 42
fun foo(): String = ""
companion object {
val y: Any? = 239
fun bar(): String = ""
}
}
fun baz(): String = ""