7 lines
97 B
Kotlin
Vendored
7 lines
97 B
Kotlin
Vendored
// PROBLEM: none
|
|
annotation class Inject
|
|
|
|
class Test {
|
|
var x = 1
|
|
@Inject set<caret>
|
|
} |