[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
// KT-303 Stack overflow on a cyclic class hierarchy
|
||||
|
||||
open class Foo() : Bar() {
|
||||
val a : Int = 1
|
||||
}
|
||||
|
||||
open class Bar() : <!OTHER_ERROR!>Foo<!>() {
|
||||
|
||||
}
|
||||
|
||||
val x : Int = Foo()
|
||||
Reference in New Issue
Block a user