Synthetic properties: fixed completion and inspection for generic class
+ fixed KT-8539 No completion of generic extension function for <*> type arguments #KT-8539 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo(klass: Class<*>) {
|
||||
klass.getEnclosingClass()<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user