Check that injection with annotation on parameter doesn't trigger not-stubbed psi
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package annotated.parameter
|
||||
|
||||
import util.funWithAnnotatedParameter
|
||||
|
||||
fun foo() {
|
||||
val t = "literal"
|
||||
funWithAnnotatedParameter(t)
|
||||
}
|
||||
Reference in New Issue
Block a user