broken selection test

This commit is contained in:
Konstantin Bulenkov
2013-07-15 18:15:22 +02:00
parent 15b5ef647a
commit 30ac2cbb6c
3 changed files with 12 additions and 0 deletions
@@ -0,0 +1,5 @@
interface Matcher<caret> {
void _dispatchThread();
void __DispatchThread();
void dispatchThread();
}
@@ -0,0 +1,5 @@
-Matcher.java
-Matcher
__DispatchThread(): void
_dispatchThread(): void
[dispatchThread(): void]