コード例 #1
0
ファイル: TypeCreation.java プロジェクト: Quetzaloid/DPJ
 @Test(result = "void")
 VoidType getVoidType() {
   return types.getVoidType();
 }