Idea now complains about one of my test classes, b...
# kotest
c
Idea now complains about one of my test classes, but it compiles and runs fine.
Copy code
Class 'RepositoryFunctionalTest' is not abstract and does not implement abstract base class member public abstract fun context(p0: String, p1: (FunSpecContextScope!, Continuation<Unit!>!) -> Any!): Unit defined in io.kotest.core.spec.style.FunSpec
so its an idea bug, but it just appeared without any changes, so I’m not sure if its reproducable on other installations. invalidate caches does not help
d
please include your build.gradle.kts or some more information
s
Sounds like a build issue yeah
c
it only happens with the 2020.3 beta and the gradle build works. will post a link to my branch as soon as i push it