Fix for KT-14885 J2K on paste adds duplicated imports
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.example
|
||||
|
||||
import java.util.UUID
|
||||
|
||||
|
||||
class ExampleClass {
|
||||
override fun toString(): String {
|
||||
return UUID.randomUUID().toString()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user