Skip to content

Commit

Permalink
An IDEA 2024.1 issue
Browse files Browse the repository at this point in the history
Signed-off-by: Sinri Edogawa <[email protected]>
  • Loading branch information
sinri committed Apr 10, 2024
1 parent 3399b04 commit acfebc2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package io.github.sinri.keel.test.lab.idea;

public class ChildWithoutMainButSuperHas extends SuperWithMain {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package io.github.sinri.keel.test.lab.idea;

public class SuperWithMain {
public static void main(String[] args) {
System.out.println("Super!");
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package io.github.sinri.keel.test.lab.idea;

0 comments on commit acfebc2

Please sign in to comment.