Create from Usage: Support class generation by class literal expression
#KT-16188 Fixed
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
// "Create interface 'Foo'" "true"
|
||||
class Test{
|
||||
fun doSth(){
|
||||
<caret>Foo::class.java
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user