Regression test for KT-24
#KT-24 Obsolete
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
object A {
|
||||
class B
|
||||
class C<T>
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
val b = A.B()
|
||||
val c = A.C<String>()
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user