Rebuild when language/api version is changed (JPS)
#KT-20757 fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
class Bar() {
|
||||
fun bar() {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
class Foo() {
|
||||
fun foo() {
|
||||
Bar().bar()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user