mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-06 21:00:35 -04:00
added nest member
This commit is contained in:
parent
5453f3e52f
commit
13d9ba7363
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ public class GeneratorClassLoader extends ClassLoader {
|
|||
} else{
|
||||
var gcd = generatorMethod(cb, mem, clm);
|
||||
innerCl.add(InnerClassInfo.of(gcd, Optional.of(clm.thisClass().asSymbol()), Optional.of(gcd.displayName()), AccessFlag.PUBLIC, AccessFlag.FINAL, AccessFlag.STATIC));
|
||||
// nestMem.add(ClassDesc.of(gcd.displayName()));
|
||||
nestMem.add(ClassDesc.of(gcd.displayName()));
|
||||
}
|
||||
}
|
||||
else if (ce instanceof Attribute<?> e){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue