summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/completion/smartType/InLambdaPosition-out.java
blob: 8b6864c5e4742e796b32f27f558096177c1c44fa (plain)
1
2
3
class Test {
  Runnable r = () -> <caret>
}