mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
17 lines
428 B
Plaintext
17 lines
428 B
Plaintext
package test
|
|
|
|
public final class Outer {
|
|
/*primary*/ public constructor Outer()
|
|
|
|
public default object Default {
|
|
/*primary*/ private constructor Default()
|
|
|
|
public object Obj {
|
|
/*primary*/ private constructor Obj()
|
|
public final val v: kotlin.String = "val"
|
|
public final fun <get-v>(): kotlin.String
|
|
public final fun f(): kotlin.String
|
|
}
|
|
}
|
|
}
|