Test for KT-3256 'Can't rename a Kotlin function from Java code'
#KT-3256
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// RENAME: JAVA_METHOD->testing.rename.C->int first()->second
|
||||
|
||||
// KT-3256 Can't rename a Kotlin function from Java code
|
||||
@@ -68,6 +68,11 @@ public class RenameTestGenerated extends AbstractRenameTest {
|
||||
doTest("idea/testData/refactoring/rename/renameKotlinClassConstructor/renameKotlinConstructor.test");
|
||||
}
|
||||
|
||||
@TestMetadata("renameKotlinMethod/javaWrapperForKotlinMethod.test")
|
||||
public void testRenameKotlinMethod_JavaWrapperForKotlinMethod() throws Exception {
|
||||
doTest("idea/testData/refactoring/rename/renameKotlinMethod/javaWrapperForKotlinMethod.test");
|
||||
}
|
||||
|
||||
@TestMetadata("renameKotlinMethod/renameKotlinMethod.test")
|
||||
public void testRenameKotlinMethod_RenameKotlinMethod() throws Exception {
|
||||
doTest("idea/testData/refactoring/rename/renameKotlinMethod/renameKotlinMethod.test");
|
||||
|
||||
Reference in New Issue
Block a user