8ab55813fe
- clashing JVM signature diagnostics should be reported in stable order - drop tests for clashes vs package facades - introduce box test for class named as old package facade - fix some testData
7 lines
91 B
Kotlin
Vendored
7 lines
91 B
Kotlin
Vendored
package test
|
|
|
|
class TestPackage {
|
|
val OK = "OK"
|
|
}
|
|
|
|
fun box(): String = TestPackage().OK |