Added test for KT-8471

This commit is contained in:
Valentin Kipyatkov
2015-08-11 13:35:32 +03:00
parent 209281fbab
commit ae552f49a7
3 changed files with 20 additions and 0 deletions
@@ -0,0 +1,8 @@
interface FooBar1
interface FooBar2 {
val list: List<FooBar<caret>1>
}
// EXIST: FooBar1
// EXIST: FooBar2