Added test for KT-8471
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
interface FooBar1
|
||||
|
||||
interface FooBar2 {
|
||||
val list: List<FooBar<caret>1>
|
||||
}
|
||||
|
||||
// EXIST: FooBar1
|
||||
// EXIST: FooBar2
|
||||
Reference in New Issue
Block a user