Files
kotlin-fork/idea/testData/refactoring/pullUp/k2j/publicToInterface.kt
T
2015-08-07 23:30:08 +03:00

5 lines
85 B
Kotlin
Vendored

class <caret>A: I {
// INFO: {"checked": "true"}
public fun foo(): Int = 1
}