polyglot-compiler / JLang

JLang: Ahead-of-time compilation of Java programs to LLVM
http://polyglot-compiler.github.io/JLang/
Other
287 stars 30 forks source link

Add a test case for generic reflection #44

Open guoyiteng opened 5 years ago

guoyiteng commented 5 years ago

Previously we tested generic reflection in test/isolated/FieldReflection.java. We should create a separate file to test Generic Reflection solely.