blob: ed0cdd536aebb2f918aa93736f0045eeb3a6223a [file] [log] [blame]
package com.siyeh.ipp.conditional.withIf;
class Comment {
public String get() {
return 239 > <caret>42 ? "239" : "42";//comment
}
}