Files
kotlin-fork/idea/testData/structureView/fileStructure/Render.after
T
Pavel V. Talanov 59f192ef90 Replace 'class object' with 'default object' in renderers and test data
Includes changes to decompiled text
Old syntax is used in builtins and project code for now
2015-03-06 19:36:54 +03:00

41 lines
589 B
Plaintext

-Render.kt
A1
-A2
a: Int
b: [ERROR : Annotation is absent]
-A3
a: Int
b: String
-A4
t: T?
-A5
Inner1
Inner2
-A6
-default object of A6
test(): Unit
-A7
<class initializer>
a: Int
a: Int
a: String on Comparable<T>
b: Any
-Enum1
FIRST
SECOND
extension1() on String: Unit
extension2() on Comparable<T>: Unit
test1(): Unit
test2(String?): Unit
test3(T, U): Unit
test4(T): Unit
test5(): String
test6(): Comparable<String>
TestWithWhere
testWithWhere(): Unit
Trait
Trait1
withDefaulArgs(Int = ..., String = ...): Unit
-WithDefaultArgs
a: Int