Report "UNSUPPORTED" on usages of typedef

This commit is contained in:
Andrey Breslav
2014-04-28 12:10:13 +04:00
parent 469042dea1
commit 550c0ed998
4 changed files with 28 additions and 2 deletions
@@ -0,0 +1,5 @@
<!UNSUPPORTED!>type Foo = Any<!>
fun foo() {
<!UNSUPPORTED!>type Bar = Any<!>
}