MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / main

Method main

tests/integration/struct_methods/Main.java:6–15  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

4
5public class Main {
6 public static void main(String[] args) throws Exception {
7 assertNoFieldedNoArgsConstructor();
8 assertFieldConstructor();
9 assertStaticAssociatedFunctions();
10 assertInstanceAndStaticSelfMethods();
11 assertFieldlessNoArgsConstructorRemains();
12 assertConstantStructUsesDeclarationOrder();
13
14 System.out.println("Struct method mapping test passed!");
15 }
16
17 private static void assertNoFieldedNoArgsConstructor() {
18 try {

Callers

nothing calls this directly

Tested by

no test coverage detected