Uast: making AbstractKotlinUClass not inherit from AbstractJavaUClass
This commit is contained in:
committed by
Nikolay Krasko
parent
084da3665a
commit
e22e466485
+1
-1
@@ -1,4 +1,4 @@
|
||||
public class SimpleScript : kotlin.script.templates.standard.ScriptTemplateWithArgs {
|
||||
public class SimpleScript {
|
||||
public final fun getBarOrNull(@org.jetbrains.annotations.NotNull flag: boolean) : SimpleScript.Bar {
|
||||
return if (flag) <init>(42) else null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user