提交 21f7cd5d 编写于 作者: K Konstantin Tskhovrebov

Add test for check expect/actual gutters at same module.

上级 a6161c6f
package sample
expect fun <lineMarker descr="Has actuals in common">sameFile</lineMarker>()
actual fun <lineMarker>sameFile</lineMarker>() = Unit
expect fun <lineMarker descr="Has actuals in common">sameModule</lineMarker>()
fun noExpectActualDeclaration() = Unit
\ No newline at end of file
// !CHECK_HIGHLIGHTING
package sample
actual fun sameModule() = Unit
\ No newline at end of file
......@@ -73,6 +73,11 @@ public class MultiModuleLineMarkerTestGenerated extends AbstractMultiModuleLineM
runTest("idea/testData/multiModuleLineMarker/expectEnumWithEnumEntriesInOneLine/");
}
@TestMetadata("expectWithActualInSameModule")
public void testExpectWithActualInSameModule() throws Exception {
runTest("idea/testData/multiModuleLineMarker/expectWithActualInSameModule/");
}
@TestMetadata("expectWithOverload")
public void testExpectWithOverload() throws Exception {
runTest("idea/testData/multiModuleLineMarker/expectWithOverload/");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册