Home
last modified time | relevance | path

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

/art/test/107-int-math2/src/
DMain.java813 static int throwClassCast(Object o) { in throwClassCast() method in Main
820 res += throwClassCast(Integer.valueOf(123)); in testClassCast()
825 res += throwClassCast(new Short((short)321)); in testClassCast()