[FIR] Implement builders for leaf nodes of FIR tree
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
// FIR_COMPARISON
|
||||
|
||||
val p = 1 < <error>class A {
|
||||
val p = 1 < <error descr="[DECLARATION_IN_ILLEGAL_CONTEXT] Declarations are not allowed in this position">class A {
|
||||
fun f() {
|
||||
f()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user