Using annotations from reexported libraries
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="IDEA_JDK" jdkType="JavaSDK" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="module2" exported="" />
|
||||
</component>
|
||||
|
||||
@@ -2,4 +2,7 @@ fun f() {
|
||||
JSecond()
|
||||
K2()
|
||||
println("Hi")
|
||||
}
|
||||
takeNN(j.J().foo())
|
||||
}
|
||||
|
||||
fun takeNN(a: Any) {}
|
||||
Reference in New Issue
Block a user