aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/src/test/resources/kmp/workload-jvm/src/commonMain/kotlin/com/example/ToBeValidated.kt
blob: 05497afbc946393995e3867618c31cfe9606c95a (plain)
1
2
3
4
5
6
7
8
9
package com.example

// https://github.com/google/ksp/issues/632
@MyAnnotation
@ExperimentalMultiplatform
class ToBeValidated {
    // https://github.com/google/ksp/issues/574
    val ToBeInferred = listOf("string")
}