165ac97c4b
#KT-22013 Fixed
8 lines
151 B
Plaintext
Vendored
8 lines
151 B
Plaintext
Vendored
annotation class Inject
|
|
annotation class VisibleForTesting
|
|
|
|
class Example {
|
|
<caret>@set:[Inject VisibleForTesting]
|
|
public var x: String = ""
|
|
}
|