Fix IR tests for 1.3

This commit is contained in:
Dmitry Petrov
2018-08-31 09:19:13 +03:00
parent 4cf98fd3ce
commit 00aa6158c8
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ enum class Z {
ENTRY {
fun test() {}
class A {
inner class A {
fun test2() {
test()
}
+3 -2
View File
@@ -19,9 +19,10 @@ FILE fqName:<root> fileName:/enumEntry.kt
FUN name:test visibility:public modality:FINAL <> ($this:Z.ENTRY) returnType:kotlin.Unit flags:
$this: VALUE_PARAMETER name:<this> type:Z.ENTRY flags:
BLOCK_BODY
CLASS CLASS name:A modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
CLASS CLASS name:A modality:FINAL visibility:public flags:inner superTypes:[kotlin.Any]
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Z.ENTRY.A flags:
CONSTRUCTOR visibility:public <> () returnType:Z.ENTRY.A flags:primary
CONSTRUCTOR visibility:public <> ($this:Z.ENTRY) returnType:Z.ENTRY.A flags:primary
$outer: VALUE_PARAMETER name:<this> type:Z.ENTRY flags:
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='A'