Anton Popov
07/12/2021, 6:05 PMit.simpleName == shortName
instead of this it.simpleName.asString() == shortName.asString()
. Before looking into the impl, I even thought that calling asString()
is not efficient, because conversion from some inner representation to String might happen.yigit
07/12/2021, 6:06 PM===
would workAnton Popov
07/12/2021, 6:08 PMTing-Yuan Huang
07/12/2021, 6:16 PMyigit
07/12/2021, 6:23 PMTing-Yuan Huang
07/12/2021, 6:33 PMyigit
07/12/2021, 6:55 PMTing-Yuan Huang
07/12/2021, 7:03 PMAnton Popov
07/12/2021, 7:08 PMTing-Yuan Huang
07/12/2021, 9:54 PM