java.lang.IllegalStateException: ASSIGN_OPERATOR_AMBIGUITY: Assignment operators ambiguity:
public final operator fun times(value: Int): B defined in B
public final operator fun timesAssign(value: Int): Unit defined in B (31,7) in /7.1.kt
