blob: 9a48f687c35fc7e9ce3dc795d926e371a00dda3c [file] [log] [blame]
// "Suppress for method" "true"
class a {
public void run(int <caret>i) {
}
}