poohbar
07/05/2019, 4:52 PM@Hello(MY_ENUM_VALUE)
where MY_ENUM_VALUE
is a Kotlin enum. If I just type that (like you see it), the IDE will import Hello
automatically but acts like it has no idea what to import for MY_ENUM_VALUE
even though it is super clear since it knows what type it should be.Alexey Belkov [JB]
07/10/2019, 2:05 PM