mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Otherwise JAVA_HOME is being used that lead to test result depending on minor JDK version used on a computer #KT-21047 Fixed
10 lines
126 B
Java
Vendored
10 lines
126 B
Java
Vendored
package test;
|
|
|
|
import java.util.*;
|
|
|
|
class InnerClassFromAsteriskImport {
|
|
|
|
public Map.Entry getEntry() { return null; }
|
|
|
|
}
|