d25b2459d4
Expose extra diagnostics about platform signature clashes from light class data #KT-1 In Progress
4 lines
74 B
Kotlin
4 lines
74 B
Kotlin
class C {
|
|
<error>val x = 1</error>
|
|
<error>fun getX() = 1</error>
|
|
} |