e0e7044032
+ fixed KT-8539 No completion of generic extension function for <*> type arguments #KT-8539 Fixed
4 lines
76 B
Plaintext
Vendored
4 lines
76 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo(klass: Class<*>) {
|
|
klass.enclosingClass<caret>
|
|
} |