[IR] dumpKotlinLike: add testdata for FIR tests
This commit is contained in:
committed by
teamcityserver
parent
d7bd4240e1
commit
c68040753d
@@ -0,0 +1,15 @@
|
||||
val test1: ErrorType /* ERROR */
|
||||
field = error("") /* ERROR CALL */
|
||||
get
|
||||
|
||||
val test2: ErrorType /* ERROR */
|
||||
field = error("") /* ERROR CALL */
|
||||
get
|
||||
|
||||
val test3: ErrorType /* ERROR */
|
||||
field = error("") /* ERROR CALL */56;
|
||||
get
|
||||
|
||||
val test4: ErrorType /* ERROR */
|
||||
field = error("") /* ERROR CALL */error("") /* ERROR EXPRESSION */;
|
||||
get
|
||||
Reference in New Issue
Block a user