Fixed assertion error for incomplete code.

This commit is contained in:
Svetlana Isakova
2014-03-13 15:46:43 +04:00
parent 904217d793
commit 604e062f91
3 changed files with 16 additions and 5 deletions
@@ -0,0 +1,4 @@
fun foo(s: String) {
s.
<!ILLEGAL_SELECTOR!>val b = 42<!>
}