Create from Usage: Add test for KT-14500
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Create extension function 'Test.invoke'" "true"
|
||||
class Test
|
||||
|
||||
fun test() {
|
||||
var t = Test()
|
||||
<caret>t{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user