We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f2c46 commit a7fe4e5Copy full SHA for a7fe4e5
server/src/test/kotlin/org/javacs/kt/OneFilePerformance.kt
@@ -53,7 +53,7 @@ class OneFilePerformance {
53
}
54
55
internal fun compile(compile: Collection<KtFile>, sourcePath: Collection<KtFile>): BindingTraceContext {
56
- val trace = CliBindingTrace()
+ val trace = CliBindingTrace(env.project)
57
val container = CompilerFixtures.createContainer(
58
env.project,
59
sourcePath,
0 commit comments