Create From Usage: Move "Create function"-related tests to separate directory
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Create function 'foo' from usage" "true"
|
||||
|
||||
fun test() {
|
||||
val a: Int = Unit.<caret>foo(2)
|
||||
}
|
||||
Reference in New Issue
Block a user