mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
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
13 lines
470 B
Java
Vendored
13 lines
470 B
Java
Vendored
public final class C extends p.A implements p.I {
|
|
private final int ip = 5;
|
|
|
|
public int getAp$light_idea_test_case() { /* compiled code */ }
|
|
|
|
public int af$light_idea_test_case() { /* compiled code */ }
|
|
|
|
public int getIp$light_idea_test_case() { /* compiled code */ }
|
|
|
|
public int $$<no name provided>$light_idea_test_case /* Real name is '<no name provided>$light_idea_test_case' */() { /* compiled code */ }
|
|
|
|
public C() { /* compiled code */ }
|
|
} |