Do not try to generate 'expect' declarations in multifile classes
Similarly to PackageCodegenImpl#generateFile #KT-15754 Fixed #KT-17478 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
actual fun foo() {}
|
||||
|
||||
fun test() {
|
||||
foo()
|
||||
}
|
||||
Reference in New Issue
Block a user