Hey, Im running into brain killer inside Android S...
# android
i
Hey, Im running into brain killer inside Android Studio with kotlin fun testFunc():List<Item>= localList can not be compiled because of 'Expecting member declaration' but at the same time fun testFunc():List<Item> = localList is working fine lol, because of that ...<Item>SPACE=... I'm kinda wasting a lot of time for no reason, even formatter cant understand that and insert space, why it is happening? how it should be handled? on IDE level somehow, or it is just 'dont forget to insert space' kind of problems?