Report warning instead of error on incorrect -Xuse-experimental/-Xexperimental
#KT-27430 Fixed #KT-27709 Fixed
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
error: class org.test.NotAnAnnotation1 is not an experimental API marker annotation
|
||||
error: class org.test.NotAnAnnotation2 is not an experimental API marker annotation
|
||||
COMPILATION_ERROR
|
||||
warning: class org.test.NotAnAnnotation1 is not an experimental API marker annotation
|
||||
warning: class org.test.NotAnAnnotation2 is not an experimental API marker annotation
|
||||
OK
|
||||
|
||||
Reference in New Issue
Block a user