Files
kotlin-fork/idea/testData/refactoring/pullUp/k2j/constructorParameterToClass.kt.after
T

7 lines
134 B
Plaintext
Vendored

// WITH_RUNTIME
abstract class B(
// INFO: {"checked": "true"}
// INFO: {"checked": "true"}
val b: Boolean
): A()