7 lines
94 B
Plaintext
Vendored
7 lines
94 B
Plaintext
Vendored
// NAME_COUNT_TO_USE_STAR_IMPORT: 1
|
|
package foo
|
|
|
|
import bar.*
|
|
|
|
fun foo(p: Class1): Class2 { }
|