Parse local interfaces in expression position

This commit is contained in:
Pavel V. Talanov
2015-12-29 12:28:50 +03:00
parent 1c4d4f3e36
commit b38fc7b3c1
6 changed files with 61 additions and 1 deletions
@@ -0,0 +1,3 @@
val p = 1 < interface I {
fun f() {}
}