Vladimir Sukharev
dd0cc7089a
Add unittests for FqNameUnsafe.startsWith(FqNameUnsafe)
2023-12-08 16:27:18 +00:00
Vladimir Sukharev
1387e077e9
Improve unittests for FqNameUnsafe.startsWith(Name)
2023-12-08 16:27:18 +00:00
Vladimir Sukharev
93af9f33e4
Fix FqNameUnsafe.startsWith() when first segment of fqName is shorter than given segment
...
FqNameUnsafe("c.C").startsWith("cnames")
must return false
It's a refix of fdf826208f
2023-12-08 16:27:18 +00:00
Pavel Mikhailovskii
fed86a57e3
Fix isValidJavaFqName
2023-01-04 11:28:08 +00:00
Alexander Udalov
d440f07111
Use Java 7+ diamond operator in compiler modules
2017-04-03 14:51:15 +03:00
Nikolay Krasko
47c7181f2a
Extract tests-common module without any actual tests
...
The main reasoning for the module is to avoid running any compiler tests while executing run configuration that searches tests across module dependencies.
2016-04-08 17:40:38 +03:00
Alexander Udalov
05f9f5a661
Drop path() from FQ names, remove weird code from FqNameUnsafe
2015-10-28 19:11:53 +03:00
Dmitry Petrov
149e70aa07
Dropping package facades:
...
- light classes: do not generate light class for package facade
- drop package facades as multifile classes compilation mode support
- get rid of some additional package facade fqName usages
- update tests for light classes
2015-10-19 16:03:16 +03:00
Dmitry Petrov
8cd624a58a
Drop package facades: code cleanup in Kotlin project.
2015-10-15 10:33:47 +03:00
Alexander Udalov
3b81d63334
Rename jet -> kotlin in compiler-tests (except resolve)
...
Move test-related code to org.jetbrains.kotlin.test, also move some tests to
packages with better names
2015-01-12 00:24:12 +03:00