Show plugin usage on invalid arguments

This commit is contained in:
Yan Zhulanow
2015-02-26 19:37:47 +03:00
parent 7d31b56ef6
commit d5e4775bcd
7 changed files with 71 additions and 10 deletions
@@ -0,0 +1,8 @@
import android.view.*
import android.app.*
import android.widget.*
import kotlinx.android.synthetic.layout.*
class MyActivity : Activity() {
{ textView.setText("Some text") }
}