Add resources-en for idea

#KT-38297 Fixed
This commit is contained in:
Dmitry Gridin
2020-05-19 10:55:55 +07:00
parent 12217ef2ab
commit 0df5d5158d
872 changed files with 4 additions and 3 deletions
@@ -0,0 +1,10 @@
import com.test.api1.data.Movie as Movie1
class Test(){
fun test(){
val m = <spot>Movie1</spot>()
}
fun test2(){
val m = Movie1()
}
}
@@ -0,0 +1,10 @@
import com.test.api1.data.Movie
class Test(){
fun test(){
val m = <spot>Movie</spot>()
}
fun test2(){
val m = Movie()
}
}
@@ -0,0 +1,5 @@
<html>
<body>
This intention creates a import alias for the import.
</body>
</html>