FIR: Optimize SupertypeComputationSession::breakLoops
This commit is contained in:
Vendored
+3
-3
@@ -9,8 +9,8 @@ class Foo
|
||||
|
||||
class Bar
|
||||
|
||||
typealias YBar = ZBar
|
||||
typealias ZBar = <!OTHER_ERROR!>YBar<!>
|
||||
typealias YBar = <!OTHER_ERROR!>ZBar<!>
|
||||
typealias ZBar = YBar
|
||||
|
||||
fun Foo.foo(body: Foo.() -> Unit) = body()
|
||||
fun Foo.zbar(body: ZBar.() -> Unit) = Bar().body()
|
||||
@@ -21,4 +21,4 @@ fun test() {
|
||||
foo {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user