IDEA-51822 & IDEA-51820
[fedora-idea.git] / plugins / groovy / testdata / highlighting / StringAndGStringUpperBound.groovy
blob00af95a21eec5e254cc11d3a302982329cc12105
1 def foo(String s) {}
2 foo(this.is(5) ? "ac" : "jk${2}")