Create new Tower Resolve

This commit is contained in:
Stanislav Erokhin
2015-10-13 20:08:40 +03:00
parent c08545359e
commit 63fa71606f
16 changed files with 1315 additions and 3 deletions
@@ -0,0 +1,5 @@
class A(val foo: Int)
fun A.test(foo: String) {
val <!UNUSED_VARIABLE!>a<!>: String = foo
}