Add types in test
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
class Some() {
|
class Some() {
|
||||||
public val testPublic = 12
|
public val testPublic : Int = 12
|
||||||
protected val testProtected = 12
|
protected val testProtected : Int = 12
|
||||||
private val testPrivate = 12
|
private val testPrivate = 12
|
||||||
val testPackage = 12
|
val testPackage = 12
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user