Rename package in JPS plugin tests
Package 'kotlin' is not supported until package views are implemented, because its name clashes with the stdlib
This commit is contained in:
committed by
Pavel V. Talanov
parent
5ea38437c2
commit
2af8dd4298
@@ -1,7 +1,7 @@
|
||||
package java;
|
||||
|
||||
public class JSecond extends kotlin.KFirst {
|
||||
public class JSecond extends kt.KFirst {
|
||||
public void bar() {
|
||||
foo();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
package kotlin
|
||||
package kt
|
||||
|
||||
open class KFirst(): java.JFirst() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user