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
26 lines
505 B
Plaintext
26 lines
505 B
Plaintext
package test
|
|
|
|
internal final class Int {
|
|
/*primary*/ public constructor Int()
|
|
|
|
internal default object Default {
|
|
/*primary*/ private constructor Default()
|
|
}
|
|
}
|
|
|
|
private final class Pri {
|
|
/*primary*/ public constructor Pri()
|
|
|
|
private default object Default {
|
|
/*primary*/ private constructor Default()
|
|
}
|
|
}
|
|
|
|
public final class Pub {
|
|
/*primary*/ public constructor Pub()
|
|
|
|
public default object Default {
|
|
/*primary*/ private constructor Default()
|
|
}
|
|
}
|