Put 'thisReceiver' declaration in class

Interfaces also have 'thisReceiver'
This commit is contained in:
Dmitry Petrov
2017-05-02 10:54:56 +03:00
parent 90ec53b3b0
commit fa4dc26814
103 changed files with 439 additions and 205 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
FILE /companion.kt
CLASS CLASS Z
$new: VALUE_PARAMETER this@Z: Z
$this: VALUE_PARAMETER this@Z: Z
CONSTRUCTOR public constructor Z()
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
@@ -11,7 +11,7 @@ FILE /companion.kt
CALL 'test(): Unit' type=kotlin.Unit origin=null
$this: GET_OBJECT 'companion object of Z' type=Z.Companion
CLASS OBJECT companion object of Z
$new: VALUE_PARAMETER this@Companion: Companion
$this: VALUE_PARAMETER this@Companion: Companion
CONSTRUCTOR private constructor Companion()
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
+3 -3
View File
@@ -1,6 +1,6 @@
FILE /enumEntry.kt
CLASS ENUM_CLASS Z
$new: VALUE_PARAMETER this@Z: Z
$this: VALUE_PARAMETER this@Z: Z
CONSTRUCTOR private constructor Z()
BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)'
@@ -8,7 +8,7 @@ FILE /enumEntry.kt
ENUM_ENTRY enum entry ENTRY
init: ENUM_CONSTRUCTOR_CALL 'constructor ENTRY()'
class: CLASS ENUM_ENTRY ENTRY
$new: VALUE_PARAMETER this@ENTRY: ENTRY
$this: VALUE_PARAMETER this@ENTRY: ENTRY
CONSTRUCTOR private constructor ENTRY()
BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor Z()'
@@ -17,7 +17,7 @@ FILE /enumEntry.kt
$this: VALUE_PARAMETER this@ENTRY: ENTRY
BLOCK_BODY
CLASS CLASS A
$new: VALUE_PARAMETER this@A: A
$this: VALUE_PARAMETER this@A: A
CONSTRUCTOR public constructor A()
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
+2 -2
View File
@@ -1,6 +1,6 @@
FILE /object.kt
CLASS OBJECT Z
$new: VALUE_PARAMETER this@Z: Z
$this: VALUE_PARAMETER this@Z: Z
CONSTRUCTOR private constructor Z()
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
@@ -9,7 +9,7 @@ FILE /object.kt
$this: VALUE_PARAMETER this@Z: Z
BLOCK_BODY
CLASS CLASS A
$new: VALUE_PARAMETER this@A: A
$this: VALUE_PARAMETER this@A: A
CONSTRUCTOR public constructor A()
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'