Files
Daniel Holle acdaa1185b
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 2m32s
Fix #382
2025-10-08 17:09:35 +02:00

8 lines
168 B
Java

import Bug378Id;
import java.lang.Integer;
public class Bug378Main {
public static main(args) {
var hallo = (new Bug378Id<Integer>().id2).apply(1);
}
}