743be477ec
JavaFileObject.getName() now returns a path as required. (cherry picked from commit c611f9b)
9 lines
132 B
Kotlin
Vendored
9 lines
132 B
Kotlin
Vendored
annotation class Inject
|
|
annotation class Inject2
|
|
|
|
@Inject2
|
|
class Test {
|
|
@Inject
|
|
@Inject2
|
|
fun myFunc(): String = "Mary"
|
|
} |