59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
20 lines
278 B
Kotlin
20 lines
278 B
Kotlin
class A {
|
|
public class Nested {
|
|
fun foo() {
|
|
privateStatic1()
|
|
}
|
|
}
|
|
|
|
fun bar() {
|
|
privateStatic2()
|
|
}
|
|
|
|
default object {
|
|
|
|
private fun privateStatic1() {
|
|
}
|
|
|
|
private fun privateStatic2() {
|
|
}
|
|
}
|
|
} |