Copy: Fix exception on copying KtFile to non-KtFile
#KT-22669 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package foo
|
||||
|
||||
val a = 42
|
||||
|
||||
// comment
|
||||
|
||||
// some other comment
|
||||
val s = ""
|
||||
@@ -0,0 +1,8 @@
|
||||
package foo
|
||||
|
||||
val a = 42
|
||||
|
||||
// comment
|
||||
|
||||
// some other comment
|
||||
val s = ""
|
||||
Reference in New Issue
Block a user