Remove JVM_OLD-specific test data from backend diagnostic tests
Old JVM backend is only used as a fallback in Evaluate Expression in the IDE at this point, so it's supposed to compile only correct code anyway.
This commit is contained in:
committed by
Space Team
parent
b03e50129e
commit
815ab15313
-6
@@ -1,6 +0,0 @@
|
||||
/indirectInlineCycle.kt:8:24: error: the 'inlineFun2' invocation is a part of inline cycle
|
||||
fun method() { inlineFun2(p) }
|
||||
^
|
||||
/indirectInlineCycle.kt:13:5: error: the 'inlineFun1' invocation is a part of inline cycle
|
||||
inlineFun1(p)
|
||||
^
|
||||
Reference in New Issue
Block a user