59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
17 lines
205 B
Kotlin
17 lines
205 B
Kotlin
package Test.MyTest
|
|
|
|
class A {
|
|
default object {
|
|
public fun testOther(a: Boolean) {
|
|
|
|
}
|
|
|
|
public fun testOther(a: Int) {
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
fun testMy() {
|
|
A.testOther<caret>
|
|
} |