Add some regression tests for obsolete issues
Regenerate tests
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// KT-1188
|
||||
|
||||
trait Foo {
|
||||
val b : Bar
|
||||
val b1 : Foo.Bar
|
||||
trait Bar {}
|
||||
}
|
||||
|
||||
trait Foo2 : Foo {
|
||||
val bb1 : Foo.Bar
|
||||
}
|
||||
Reference in New Issue
Block a user