6 lines
149 B
Java
Vendored
6 lines
149 B
Java
Vendored
package somePackage;
|
|
|
|
// Such strange name here needed to make completion prefix not intersecting with kotlin.Extension
|
|
public class ExctraClass {
|
|
|
|
} |