summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/surroundWithQuotesStringAnnotationParameterValue/beforeNotAvailable.java
blob: a03677e097a8e0445b74ff43b3273c967c47416e (plain)
1
2
3
4
5
6
7
8
9
10
// "Surround annotation parameter value with quotes" "false"
class X {

  void m() {

    String s = 123<caret>45;

  }

}