testdata for IDEA-90998

This commit is contained in:
Anna Kozlova
2012-09-06 19:17:34 +04:00
parent 614b14316b
commit 2a91b03499
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
class Test1 {
{
Runnable r = () -> { <error descr="Variable 'r' might not have been initialized">r</error>.run(); };
}
}