5 lines
85 B
Kotlin
Vendored
5 lines
85 B
Kotlin
Vendored
class <caret>A: I {
|
|
// INFO: {"checked": "true"}
|
|
public fun foo(): Int = 1
|
|
}
|