You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KtTestCompiler is an implementation detail.
It should be made internal.
Users should use compileContentForTest createEnvironment and createPsiFactory should be accessible as top level functions. setupKotlinEnvironment should be prefered.
Observed Behavior
KtTestCompiler is used directly.
Steps to Reproduce
Try using KtTestCompiler directly in a testcase.
KtCompiler cannot be found as it is from an implementation dependency of detekt-parser.
Expected Behavior
KtTestCompiler is an implementation detail.
It should be made internal.
Users should use
compileContentForTest
createEnvironment
andcreatePsiFactory
should be accessible as top level functions.setupKotlinEnvironment
should be prefered.Observed Behavior
KtTestCompiler is used directly.
Steps to Reproduce
Context
Testing custom rules.
#2720 (comment)
The text was updated successfully, but these errors were encountered: