Property accessors are now children of IrProperty.

This commit is contained in:
Dmitry Petrov
2016-08-31 12:52:36 +03:00
committed by Dmitry Petrov
parent ed68b3ecd0
commit 917e7bffbd
39 changed files with 222 additions and 221 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FILE /elvis.kt
PROPERTY public val p: kotlin.Any? = null getter=null setter=null
PROPERTY public val p: kotlin.Any? = null
EXPRESSION_BODY
CONST Null type=kotlin.Nothing? value='null'
FUN public fun foo(): kotlin.Any?