import java.math.BigDecimal; class Constructor { void foo() { new BigDecimal("0.1"); } }