KT-3472 Can't navigate to source by clicking on a SAM constructor

#KT-3472 fixed
This commit is contained in:
Evgeny Gerashchenko
2013-06-27 23:05:47 +04:00
parent b7b74cd3b8
commit 06bfb1d017
4 changed files with 11 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
val c = javax.swing.SwingUtilities.<caret>invokeLater { }
@@ -0,0 +1 @@
val c = java.util.<caret>Comparator<Int> { x, y -> 1 }