Files
kotlin-fork/compiler/testData/cli/jvm/codeanalysisUsage.kt
T
2020-10-08 14:00:09 +03:00

5 lines
57 B
Kotlin
Vendored

fun bar(a: A) {
a.foo(null)
a.bar().hashCode()
}