mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
See 4a533168d9 for the original change which
introduced the problem
Note that the added test case _was not failing_ before the change. It's added
because there were no tests on multi-file class behavior in light classes mode
at all. The actual repro for the problem is difficult to make a test from
#KT-12755 Fixed
9 lines
98 B
Kotlin
Vendored
9 lines
98 B
Kotlin
Vendored
// test.MultiFile
|
|
|
|
@file:JvmMultifileClass
|
|
@file:JvmName("MultiFile")
|
|
|
|
package test
|
|
|
|
val foo = 42
|