Switch old IDE/CLI repls to the new infrastructure
should also fix #KT-5822
This commit is contained in:
+2
-6
@@ -1,9 +1,5 @@
|
||||
>>> class B { override fun toString(): String { return foo() } ; fun foo(): String { return error("message") } }
|
||||
>>> B().toString()
|
||||
java.lang.IllegalStateException: message
|
||||
at Line1$B.foo(line1.kts:1)
|
||||
at Line1$B.toString(line1.kts:1)
|
||||
>>> B()
|
||||
java.lang.IllegalStateException: message
|
||||
at Line1$B.foo(line1.kts:1)
|
||||
at Line1$B.toString(line1.kts:1)
|
||||
at Line_0$B.foo(Line_0.kts:1)
|
||||
at Line_0$B.toString(Line_0.kts:1)
|
||||
|
||||
Reference in New Issue
Block a user