dashfwd
dashfwd
Thanks. A clean build didn't seem to impact things, I'll report it to JetBrains.
FYI: Looks like getOrElse isn't inlined: `fun Option.getOrElse(default: () -> T): T = fold({ default() }, ::identity)` fold() is though: ``` inline fun fold(ifEmpty: () -> R, ifSome: (A) ->...
JetBrains issue link: https://youtrack.jetbrains.com/issue/KT-33054
Would it be possible to do a simple Grails project that does the "Hello World" example or the bay area example? I'm struggling with getting this running.
That would be immensely helpful, thanks!