be6409f0af
#KT-49812 Fixed #KT-49936 Fixed
6 lines
84 B
Kotlin
Vendored
6 lines
84 B
Kotlin
Vendored
// SKIP_KT_DUMP
|
|
|
|
data class A(val x: Int) {
|
|
val String.x: String get() = this
|
|
}
|