17 lines
198 B
Plaintext
17 lines
198 B
Plaintext
package Test.MyTest
|
|
|
|
class A {
|
|
class object {
|
|
public fun testOther(a: Boolean) {
|
|
|
|
}
|
|
|
|
public fun testOther(a: Int) {
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
fun testMy() {
|
|
A.testOther()
|
|
} |