mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Otherwise we incorrectly try to load a nested class "A.B" as if it is a top level class named "A$B" and fail. #KT-38853 Fixed
Otherwise we incorrectly try to load a nested class "A.B" as if it is a top level class named "A$B" and fail. #KT-38853 Fixed