506f84fb8a
#KT-5959 Fixed
10 lines
201 B
Java
Vendored
10 lines
201 B
Java
Vendored
// NO_CONVERSION_EXPECTED
|
|
import java.io.*;
|
|
import java.util.Collections;
|
|
import java.util.List;
|
|
|
|
class C {
|
|
<selection>List<File></selection> foo() {
|
|
return Collections.emptyList();
|
|
}
|
|
} |