6 lines
70 B
Kotlin
Vendored
6 lines
70 B
Kotlin
Vendored
interface A {
|
|
fun foo() {
|
|
"" // A\$DefaultImpls
|
|
}
|
|
}
|