Files
kotlin-fork/compiler/testData/ir/sourceRanges/declarations/secondaryConstructors.txt
T
Dmitry Petrov 7dd906db44 KT-28324 More exact startOffset for function/constructor declarations
Function/constructor declaration start offset is the start offset of the
corresponding declaration token, if available.
2018-11-22 10:09:31 +03:00

30 lines
2.0 KiB
Plaintext
Vendored

@0:0..13:1 FILE fqName:<root> fileName:/secondaryConstructors.kt
@0:0..13:1 CLASS CLASS name:C modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
@0:0..13:1 VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C flags:
@1:4..27 CONSTRUCTOR visibility:public <> () returnType:C flags:
@1:4..27 BLOCK_BODY
@1:20..27 DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
@1:4..27 INSTANCE_INITIALIZER_CALL classDescriptor='C'
@4:4..32 CONSTRUCTOR visibility:private <> (x:kotlin.Int) returnType:C flags:
@4:16..22 VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
@3:4..4:32 BLOCK_BODY
@4:25..32 DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
@3:4..4:32 INSTANCE_INITIALIZER_CALL classDescriptor='C'
@9:4..36 CONSTRUCTOR visibility:public <> (x:kotlin.String) returnType:C flags:
@9:16..25 VALUE_PARAMETER name:x index:0 type:kotlin.String flags:
@9:4..36 BLOCK_BODY
@9:29..36 DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
@9:4..36 INSTANCE_INITIALIZER_CALL classDescriptor='C'
@12:4..32 CONSTRUCTOR visibility:public <> (x:kotlin.Any) returnType:C flags:
@12:16..22 VALUE_PARAMETER name:x index:0 type:kotlin.Any flags:
@11:4..12:32 BLOCK_BODY
@12:25..32 DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
@11:4..12:32 INSTANCE_INITIALIZER_CALL classDescriptor='C'
@0:0..13:1 FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean flags:
@0:0..13:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@0:0..13:1 VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
@0:0..13:1 FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int flags:
@0:0..13:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@0:0..13:1 FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String flags:
@0:0..13:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags: