You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
objectFoo:valfoo=1// one space on the last line of the file causes a compilation error
Output
[error] 3|// one space on the last line of the file causes a compilation error
[error] |^
[error] |The start of this line does not match any of the previous indentation widths.
[error] |Indentation width of current line : 1 space
[error] |This falls between previous widths: 0 spaces and 2 spaces
[error] one error found
[error] (Compile/ compileIncremental) Compilation failed
The compilation error results in red code in IntelliJ IDEA