Files
kotlin-fork/idea/testData/refactoring/pullUp/k2j/constructorParameterToClass.kt
T
Nikolay Krasko 1bc8ad7852 Don't mess up with configuring project descriptors in PullPush tests
This commit fixes tests in 173 branch.
2017-11-30 13:24:05 +03:00

8 lines
187 B
Kotlin
Vendored

// WITH_RUNTIME
abstract class <caret>B(
// INFO: {"checked": "true"}
val n: Int,
// INFO: {"checked": "true"}
val s: String,
val b: Boolean
): A()