mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
CompletionStyleTest -> community
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public class GenericsSmartCast<T>{
|
||||
public GenericsSmartCast(GenericsSmartCast<T> other) {}
|
||||
|
||||
public static Object foo() { return null; }
|
||||
|
||||
public static void main(String[] args) {
|
||||
GenericsSmartCast<String> bar = new GenericsSmartCast<String>((<caret>) foo());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user