Load module annotations in IDE
#KT-22759 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package lib
|
||||
|
||||
@Experimental
|
||||
annotation class ExperimentalAPI
|
||||
|
||||
class Foo
|
||||
|
||||
fun bar() {}
|
||||
Reference in New Issue
Block a user