Check that target functions can be modified in JetChangeSignature

This commit is contained in:
Pavel V. Talanov
2013-11-11 17:27:46 +04:00
parent f4c8655fa2
commit 3e97203f85
4 changed files with 78 additions and 4 deletions
@@ -0,0 +1,3 @@
fun f(a: Any) {
a.<caret>equals("a")
}