mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
when parsing signatures, create GenericBoundUsage only for classes mentioned in signature bounds;
mark dependencies caused by GenericBoundUsage only in chunk being compiled and all chunks that depend on it recursively
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
class Super2 {
|
||||
char s = 's';
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
class Client4 extends Hyper<Client4>{
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
class Super2 extends Hyper<Integer> {
|
||||
char s = 's';
|
||||
}
|
||||
Reference in New Issue
Block a user