Files
kotlin-fork/nj2k/testData/copyPaste/ConversionInCorrectContext.dependency.kt
T
2019-06-26 18:36:05 +03:00

3 lines
46 B
Kotlin
Vendored

class Dependency {
fun getInt(): Int = 1
}