Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
copyPaste
/
AddImportsButNoConversion.java
blob: 4bb93dbb9d2348e4a473d9d55ea9a0bf80941372 [
file
] [
log
] [
blame
]
// NO_CONVERSION_EXPECTED
import
java
.
io
.*;
import
java
.
util
.
Collections
;
import
java
.
util
.
List
;
class
C
{
<
selection
>
List
<
File
></
selection
>
foo
()
{
return
Collections
.
emptyList
();
}
}