Files
kotlin-fork/plugins/annotation-collector/testData/collectToFile/fieldAnnotations/fieldAnnotations.kt
T
2015-05-21 15:48:22 +03:00

11 lines
158 B
Kotlin

package org.test
public class SomeClass {
Deprecated
public val annotatedVal: String? = null
Deprecated
public var annotatedVar: Int = 5
}