Create from usage: Support generation of Java methods from usages in Kotlin code

This commit is contained in:
Alexey Sedunov
2015-02-10 15:17:13 +03:00
parent 97b0f50d35
commit 34d8e1c08c
23 changed files with 300 additions and 25 deletions
@@ -1,5 +1,6 @@
// "Create class 'Foo'" "false"
// ACTION: Create extension function 'Foo'
// ACTION: Create function 'Foo'
// ACTION: Convert to expression body
// ERROR: Unresolved reference: Foo