0df5d5158d
#KT-38297 Fixed
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
import com.test.api1.data.Movie as Movie1
|
|
|
|
class Test(){
|
|
fun test(){
|
|
val m = <spot>Movie1</spot>()
|
|
}
|
|
fun test2(){
|
|
val m = Movie1()
|
|
}
|
|
} |