mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Fix testdata after adding main function to scripts
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
public class InnerClasses extends kotlin.script.templates.standard.ScriptTemplateWithArgs {
|
||||
public static final void main(java.lang.String[] p) { /* compiled code */ }
|
||||
|
||||
public InnerClasses(java.lang.String[] p) { /* compiled code */ }
|
||||
|
||||
public static final class Bar {
|
||||
|
||||
Reference in New Issue
Block a user