remove VariableDescriptor.inType

(approved by Andrey Breslav)
This commit is contained in:
Stepan Koltsov
2011-12-30 18:45:49 +04:00
parent 4b9e4b65b4
commit 6446e83b29
18 changed files with 46 additions and 105 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
val xx : Int = <error>1 + x</error>
get() : Int = 1
<error>set(value : Long) {}</error>
<error>set(value : <error>Long</error>) {}</error>
val p : Int = <error>1</error>
get() = 1
@@ -25,4 +25,4 @@ class Test() {
<error>$b</error> = $a
a = <error>$b</error>
}
}
}