Logo
Explore Help
Register Sign In
MDS/openide
Watch 1
Star 0
Fork 0
mirror of https://gitflic.ru/project/openide/openide.git synced 2026-08-30 12:34:00 +07:00
Code Issues Packages Projects Releases Wiki Activity
Files
261
openide/java/java-tests/testData/refactoring/introduceVariable/PutOuterLambda.after.java
T
Anna Kozlova b5e8d2c9dd introduce variable: allow to search in lambda parent scope for occurrences as occurrences in loops or branches are suggested this way and searching from the top scope finds occurrences in lambdas as well (IDEA-159368)
2016-08-12 09:21:55 +03:00

9 lines
137 B
Java
Raw Permalink Blame History

class Foo {
{
String s = "Hello";
System.out.println(s);
Runnable r = () -> {
System.out.println(s);
};
}
}
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.27.1 Page: 8141ms Template: 4ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API