[Analysis API test] rename AbstractPsiDeclarationProviderSingleModuleTest to AbstractPsiDeclarationProviderSourceTest
^KT-64805
This commit is contained in:
committed by
Space Team
parent
052622b862
commit
79a8b6de1f
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
annotation class MyAnno
|
||||
|
||||
@<caret>MyAnno
|
||||
class Foo {
|
||||
fun bar(): Int = 42
|
||||
}
|
||||
Reference in New Issue
Block a user