mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
annotationsViaActualTypeAliasFromBinary.kt is ignored because ExpectActualRemover can't find actual for the expected constructor of Anno now, because `ExpectedActualResolver.findActualForExpected` incorrectly filters out actual declarations without any source file, and Java classes loaded in the fast mode don't have any source files. This will need to be fixed separately, probably by making ExpectedActualResolver look for the actual class of an expected class member first (with source file-based filtering), and then unconditionally locating the corresponding member there