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