Fix kapt tests (Kotlin version updated to 1.3)
This commit is contained in:
@@ -10,6 +10,8 @@ fun <X : CharSequence, T : List<out X>> topLevelGenericFunction(): T? {
|
||||
|
||||
val topLevelProperty = 2
|
||||
|
||||
const val topLevelConstProperty = 2
|
||||
|
||||
val topLevelProperty2: String
|
||||
get() = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user