Home
last modified time | relevance | path

Searched refs:methodOtherType (Results 1 – 1 of 1) sorted by relevance

/external/javapoet/src/test/java/com/squareup/javapoet/
DTypeSpecTest.java993 ClassName methodOtherType = ClassName.get("com.other", "MethodOtherType"); in simpleNameConflictsWithTypeVariable() local
1003 .addStatement("$T otherType = null", methodOtherType) in simpleNameConflictsWithTypeVariable()
1007 .addStatement("$T otherType = null", methodOtherType) in simpleNameConflictsWithTypeVariable()
1013 .addStatement("$T otherType = null", methodOtherType) in simpleNameConflictsWithTypeVariable()