2783e9939b
Collect module name properly from facets settings, using CLI arguments
which define module name ('-module-name' on JVM and Common,
'-output-file' on JS).
^KT-23668 Fixed
6 lines
176 B
Java
Vendored
6 lines
176 B
Java
Vendored
class J extends X.Y {
|
|
@Override
|
|
public int newOverridableMethod$light_idea_test_case(int x) {
|
|
return super.newOverridableMethod$light_idea_test_case(x);
|
|
}
|
|
} |