A::class and A::class.java supported in smart completion too
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun<T : Any> foo(p: Class<T>){}
|
||||
|
||||
fun bar() {
|
||||
foo(String::<caret>)
|
||||
}
|
||||
|
||||
// EXIST_JAVA_ONLY: { lookupString: "class.java", itemText: "class", tailText: ".java", attributes: "bold" }
|
||||
// NOTHING_ELSE
|
||||
Reference in New Issue
Block a user