'suppress' annotation added to built-ins
#KT-3319 In Progress
This commit is contained in:
@@ -373,6 +373,11 @@ public class KotlinBuiltIns {
|
||||
return getBuiltInClassByName("data");
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public ClassDescriptor getSuppressAnnotationClass() {
|
||||
return getBuiltInClassByName("suppress");
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public ClassDescriptor getVolatileAnnotationClass() {
|
||||
return getBuiltInClassByName("volatile");
|
||||
|
||||
Reference in New Issue
Block a user