mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
12 lines
116 B
Kotlin
Vendored
12 lines
116 B
Kotlin
Vendored
// TRUE
|
|
|
|
class A {
|
|
init {
|
|
fun f() {
|
|
<caret>
|
|
}
|
|
}
|
|
}
|
|
|
|
// TODO
|
|
// SKIP_ANALYZE_CHECK |