package test const val i: Int = 1000000 + 1000000 const val l: Long = 1000000000000L + 1000000000000L const val f: Float = 3.14f const val d: Double = 3.14 const val bb: Boolean = true const val str: String = ":)"