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