mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
20 lines
572 B
Plaintext
20 lines
572 B
Plaintext
package test
|
|
|
|
internal final class TestFirst {
|
|
/*primary*/ public constructor TestFirst()
|
|
|
|
internal default object Default {
|
|
/*primary*/ private constructor Default()
|
|
internal final fun testing(/*0*/ a: test.TestFirst.InnerClass): kotlin.Int
|
|
internal final fun testing(/*0*/ a: test.TestFirst.NotInnerClass): kotlin.Int
|
|
}
|
|
|
|
internal final inner class InnerClass {
|
|
/*primary*/ public constructor InnerClass()
|
|
}
|
|
|
|
internal final inner class NotInnerClass {
|
|
/*primary*/ public constructor NotInnerClass()
|
|
}
|
|
}
|