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