Files
kotlin-fork/idea/testData/copyPaste/conversion/ConversionInCorrectContext.dependency.kt
T
Valentin Kipyatkov bf0798ca86 Added test
2015-04-07 00:00:29 +03:00

3 lines
46 B
Kotlin
Vendored

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