Stepan Koltsov 91cb701956 KT-526 Unresolved reference for inner static class
===
namespace demo

class Foo {
    class object {
        class Bar { }
    }
}
class User {
    fun main() : Unit {
        var boo : Foo.Bar? /* <-- unresolved reference to Bar */ = null
    }
}
===
2011-11-22 16:55:07 +04:00
2011-11-04 06:06:06 +03:00
2011-11-17 17:58:04 +01:00
2011-11-03 19:06:09 +01:00
2011-02-25 15:27:45 +03:00
2011-11-03 12:28:37 +04:00
2011-04-01 11:01:03 +02:00
2011-11-08 20:48:01 +03:00
2011-02-25 15:27:45 +03:00
2011-04-28 20:09:47 +02:00
S
Description
The Kotlin Programming Language.
2.1 GiB
Languages
Kotlin 79.9%
Java 10.4%
Swift 4.3%
C 2.8%
C++ 2.1%
Other 0.3%