when I remove the "optional" param, the green run ...
# announcements
b
when I remove the "optional" param, the green run button goes away. Is there an issue tracking this?
g
Looks like a wrong suggestion, because your main is a member function (if you use it with JvmStatic) but maybe just move it on top level and remove JvmStatic
b
Thanks. Moving to top level without JvmStatic worked.
i
The issue with the wrong suggestion is tracked as https://youtrack.jetbrains.com/issue/KT-29414
👍 1