mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Revert "Fix testdata for IdeLightClassTestGenerated.Script after scripting API refactoring"
This reverts commit a3f4effe
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
public class HelloWorld {
|
||||
public class HelloWorld extends kotlin.script.templates.standard.ScriptTemplateWithArgs {
|
||||
public static final void main(java.lang.String[] p) { /* compiled code */ }
|
||||
|
||||
public HelloWorld() { /* compiled code */ }
|
||||
public HelloWorld(java.lang.String[] p) { /* compiled code */ }
|
||||
}
|
||||
Reference in New Issue
Block a user