It seems `IDEA 2018.2.5` with `Kotlin 1.3.0` fails...
# intellij
k
It seems
IDEA 2018.2.5
with
Kotlin 1.3.0
fails to complete postfix code completion like sout and null outside the main function scope Is it the expected behaviour? I am pretty sure it did worked on the previous versions. Note: Windows 10 pc
a
Couldn't reproduce with sample code:
Copy code
fun foo() {
    "hello".sout
}
Please file a YouTrack issue with a code sample to reproduce: http://kotl.in/issue Thanks!
k
I think it has issues with Windows as I tried on my friends pc and same happened
@Alexey Belkov [JB] which machine have you tried to reproduce the issue?
a
I tried this on macOS. It might be a Windows problem, but looks unlikely. Can you please try this code sample with default IDEA settings (ex. by installing a different version of IDEA in Jetbrains toolbox app)?
k
Will do and let you know