e0e7044032
+ fixed KT-8539 No completion of generic extension function for <*> type arguments #KT-8539 Fixed
11 lines
226 B
Kotlin
Vendored
11 lines
226 B
Kotlin
Vendored
fun foo(klass: Class<*>) {
|
|
klass.<caret>
|
|
}
|
|
|
|
// EXIST_JAVA_ONLY: simpleName
|
|
// ABSENT: getSimpleName
|
|
// EXIST_JAVA_ONLY: enclosingClass
|
|
// ABSENT: getEnclosingClass
|
|
// EXIST_JAVA_ONLY: annotations
|
|
// ABSENT: getAnnotations
|