Fudge
06/06/2019, 9:31 AMcompiler/testData/custom/testDataTest.kt
and ran Generate Compiler Tests
, but I don't see any new files generated? (I looked in the git diff)dsavvinov
06/06/2019, 9:57 AMorg/jetbrains/kotlin/generators/tests/GenerateTests.kt
, you have to add this folder to any existing testrunner, or write your ownFudge
06/06/2019, 10:34 AMmodel("custom", pattern = KT_OR_KTS)
under testClass<AbstractIdeLightClassTest> {
(under testGroup("idea/tests", "compiler/testData") {
, and I've also tried adding a file compiler/testData/asJava/lightClassStructure/TestTest.kt
(independently). After Running Generate Compiler Tests
I still don't see anything generated. Suggestions?dsavvinov
06/06/2019, 10:36 AMGenerate all tests
insteadFudge
06/06/2019, 10:44 AMFudge
06/06/2019, 10:45 AM