SmartEventBus icon indicating copy to clipboard operation
SmartEventBus copied to clipboard

as方法在kotlin中和kotlin的as关键字冲突,能否改用其他方法名称

Open maybesix opened this issue 6 years ago • 0 comments

as方法在kotlin中和kotlin的as关键字冲突,必须要这么写 InvokingMessage .get() .as(EventsDefineAsMessageEvents::class.java)........感觉比较别扭

maybesix avatar Aug 27 '19 02:08 maybesix