JavaCompilerCore/resources/bytecode/javFiles/ImportWildcard.jav
Daniel Holle 141e1cbc94
Some checks failed
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 7m6s
Make wildcard imports work again #330
2024-05-23 11:39:56 +02:00

5 lines
82 B
Java

import java.lang.*;
public class ImportWildcard {
m(a, b) { return a * b; }
}