Delegated properties.
This commit is contained in:
committed by
Dmitry Petrov
parent
865d2c43c7
commit
759f0168c2
@@ -0,0 +1,7 @@
|
||||
FILE /defaultArguments.kt
|
||||
FUN public fun test1(/*0*/ x: kotlin.Int, /*1*/ y: kotlin.Int = ..., /*2*/ z: kotlin.String = ...): kotlin.Unit
|
||||
y: EXPRESSION_BODY
|
||||
CONST Int type=kotlin.Int value='0'
|
||||
z: EXPRESSION_BODY
|
||||
CONST String type=kotlin.String value='abc'
|
||||
BLOCK_BODY
|
||||
Reference in New Issue
Block a user