Forbid Foo<T>.Bar

This commit is contained in:
Yan Zhulanow
2015-10-05 17:50:23 +03:00
parent 937d1913b8
commit fd3c28c950
11 changed files with 94 additions and 8 deletions
@@ -1,4 +1,4 @@
class Derived(): funNestedStaticGenericClass<String>.Inner<String>() {
class Derived(): funNestedStaticGenericClass.Inner<String>() {
fun test(): String {
return funNestedStaticGenericClass.Inner.protectedFun()!!
}