mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
Proper SMAP support for default values from expect declarations is required. Default value in expect declaration could has line number that exceed line count in actual file that causes an error #KT-23739 Fixed #KT-29174 Open