APT: Add more compiler plugin tests
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
package org.test
|
||||
|
||||
import javax.inject.*
|
||||
|
||||
public class SomeClass {
|
||||
|
||||
public val immutableProperty: Int = 5
|
||||
[Inject] get
|
||||
|
||||
public var mutableProperty: String = "String"
|
||||
[Inject] get
|
||||
[Inject] set
|
||||
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
a javax.inject.Inject 0
|
||||
p org.test 0
|
||||
m 0 0/SomeClass getImmutableProperty
|
||||
a org.jetbrains.annotations.NotNull 1
|
||||
f 1 0/SomeClass mutableProperty
|
||||
m 0 0/SomeClass getMutableProperty
|
||||
m 1 0/SomeClass getMutableProperty
|
||||
m 0 0/SomeClass setMutableProperty
|
||||
Reference in New Issue
Block a user