k3 icon indicating copy to clipboard operation
k3 copied to clipboard

Generic attribute produces to not-compilable Java code

Open arnobl opened this issue 11 years ago • 0 comments

For instance (commited in k3.test, TestGenerics):

@Aspect(className=typeof(Object)) abstract class TestGenericsAttrGeneric<T> { protected var T attr = null }

produces the following Java code that does not compile:

protected static ? privattr(final Object _self) { return test.TestGenericsAttrGeneric.self.attr; }

arnobl avatar Sep 30 '13 12:09 arnobl