disable "insert new" fix on invalid code

This commit is contained in:
peter
2017-07-25 13:14:19 +02:00
parent 5c73467c47
commit 99dec77a5a
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
// "Insert new" "false"
class a {
void f() {
if (Runtime<caret>Exception() {
}
}
}