Add symbols to references
TODO: fix some more tests
This commit is contained in:
+3
@@ -1,5 +1,6 @@
|
||||
FILE /secondaryConstructorWithInitializersFromClassBody.kt
|
||||
CLASS CLASS Base
|
||||
$new: VALUE_PARAMETER <receiver: Base>
|
||||
CONSTRUCTOR public constructor Base()
|
||||
BLOCK_BODY
|
||||
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
|
||||
@@ -8,6 +9,7 @@ FILE /secondaryConstructorWithInitializersFromClassBody.kt
|
||||
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int
|
||||
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String
|
||||
CLASS CLASS TestProperty
|
||||
$new: VALUE_PARAMETER <receiver: TestProperty>
|
||||
PROPERTY public final val x: kotlin.Int = 0
|
||||
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int = 0
|
||||
EXPRESSION_BODY
|
||||
@@ -26,6 +28,7 @@ FILE /secondaryConstructorWithInitializersFromClassBody.kt
|
||||
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int
|
||||
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String
|
||||
CLASS CLASS TestInitBlock
|
||||
$new: VALUE_PARAMETER <receiver: TestInitBlock>
|
||||
PROPERTY public final val x: kotlin.Int
|
||||
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user