Uast: making AbstractKotlinUClass not inherit from AbstractJavaUClass
This commit is contained in:
committed by
Nikolay Krasko
parent
084da3665a
commit
e22e466485
+22
@@ -0,0 +1,22 @@
|
||||
@Test
|
||||
class A
|
||||
|
||||
annotation class MyAnnotation(val text: String)
|
||||
|
||||
@MyAnnotation("class")
|
||||
class B {
|
||||
|
||||
@MyAnnotation("inB class")
|
||||
class InB {
|
||||
|
||||
}
|
||||
|
||||
@MyAnnotation("companion")
|
||||
companion object {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@MyAnnotation("object")
|
||||
object Obj
|
||||
Reference in New Issue
Block a user