Load JSR-305 annotations for libraries if it's enabled for any module
#KT-19303 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import foo.A
|
||||
|
||||
fun main(a: A) {
|
||||
a.field<error descr="[UNSAFE_CALL] Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?">.</error>length
|
||||
}
|
||||
Reference in New Issue
Block a user