[FIR] KT-56665: Filter-out valid cycles
^KT-56665 Fixed Merge-request: KT-MR-8861 Merged-by: Nikolay Lunyak <Nikolay.Lunyak@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
c60fd38e05
commit
3c36a4fabd
+11
@@ -0,0 +1,11 @@
|
||||
// FIR_IDENTICAL
|
||||
|
||||
private typealias Bar = Foo<Gau>
|
||||
internal class Gau : Bar
|
||||
|
||||
internal class Gau2 : Bar2
|
||||
private typealias Bar2 = Foo<Gau2>
|
||||
|
||||
//internal class Gau : Foo<Gau>
|
||||
|
||||
interface Foo<T>
|
||||
Reference in New Issue
Block a user