KT-3268 Check binary format version in the compiler

This commit is contained in:
Andrey Breslav
2013-01-21 20:01:23 -08:00
parent 2cb530a6d1
commit 0dc24bcd92
12 changed files with 130 additions and 3 deletions
@@ -0,0 +1,4 @@
import jet.runtime.typeinfo.JetClass;
@JetClass("Ljava/lang/Object;", 16, -1)
class ClassWithWrongAbiVersion {}