karelpeeters
09/25/2018, 8:15 AMtypealias
and import
are very different, typealias
is only about the type, import
is the actual class but the classname can also happen to represent the type.Fleshgrinder
09/25/2018, 8:35 AMLong
continues to be available to me. I don't really understand why default imports are removed just because an aliased import is present.karelpeeters
09/25/2018, 8:52 AMAndreas Sinz
09/25/2018, 8:54 AMFleshgrinder
09/25/2018, 9:16 AM