fun test() { Dimension(1, 2) } data class Dimension(val width: Int, val height: Int)