Files
kotlin-fork/compiler/testData/ir/irText/errors/suppressedNonPublicCall.txt
T
2016-10-18 09:09:18 +03:00

13 lines
448 B
Plaintext
Vendored

FILE /suppressedNonPublicCall.kt
CLASS CLASS C
CONSTRUCTOR public constructor C()
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='C'
FUN internal final fun bar(): kotlin.Unit
BLOCK_BODY
FUN public inline fun C.foo(): kotlin.Unit
BLOCK_BODY
CALL 'bar(): Unit' type=kotlin.Unit operator=null
$this: $RECEIVER of 'foo() on C: Unit' type=C