Home
last modified time | relevance | path

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

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