KT-2730 AssertionError at org.jetbrains.jet.codegen.AnnotationCodegen.genAnnotations(AnnotationCodegen.java:86)

#KT-2730 Fixed
This commit is contained in:
Andrey Breslav
2012-09-06 15:30:39 +04:00
parent 1441f742bb
commit fc90c775e9
4 changed files with 17 additions and 2 deletions
@@ -0,0 +1 @@
public class Client extends Foo {}
@@ -0,0 +1,3 @@
open class <caret>Foo {
vv open val foo = 1
}