JetDiagnosticsTest migrated to TestGenerator
- test data files renamed from *.jet to *.kt
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
// http://youtrack.jetbrains.net/issue/KT-526
|
||||
// KT-526 Unresolved reference for inner static class
|
||||
|
||||
package demo
|
||||
|
||||
class Foo {
|
||||
class object {
|
||||
class Bar() { }
|
||||
}
|
||||
}
|
||||
class User {
|
||||
fun main() : Unit {
|
||||
var <!UNUSED_VARIABLE!>boo<!> : Foo.Bar? /* <-- this reference is red */ = Foo.Bar()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user