Create header implementation fix: check import directive, change / add it if needed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Create header class implementation for platform JVM" "true"
|
||||
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
|
||||
|
||||
package test.inner
|
||||
|
||||
header class <caret>My
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
// "Create header class implementation for platform JVM" "true"
|
||||
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
|
||||
|
||||
package test.inner
|
||||
|
||||
header class My
|
||||
@@ -0,0 +1 @@
|
||||
package incorrect
|
||||
@@ -0,0 +1,3 @@
|
||||
package test.inner
|
||||
|
||||
impl class My
|
||||
Reference in New Issue
Block a user