Denis Zharkov
37614254d7
Fix test on unused import suppression
...
Before the fix for KT-7185, the file looked like:
package suppression
@file:Suppress("UnusedImport")
import java.io.* // unused
And it was parsed incorrectly, because @file: annotations
should come before package directive
But after fix, import directives started being parsed that lead
to wrong unused import (because suppression wasn't parsed still)
2019-01-17 14:56:42 +03:00
..
2017-04-27 20:58:39 +03:00
2017-07-18 18:10:15 +03:00
2017-04-27 18:52:13 +03:00
2018-12-07 15:19:12 +03:00
2016-07-12 17:26:39 +03:00
2016-10-25 17:57:40 +03:00
2018-10-31 19:00:29 +03:00
2017-09-07 15:23:04 +03:00
2017-05-10 14:56:37 +03:00
2016-09-30 16:39:58 +03:00
2017-05-10 17:43:44 +03:00
2018-11-30 15:14:26 +03:00
2017-01-24 14:08:05 +03:00
2017-03-01 18:24:48 +03:00
2017-06-29 16:56:15 +03:00
2017-06-16 15:02:31 +03:00
2018-08-13 19:03:00 +03:00
2016-07-11 13:52:12 +03:00
2017-01-11 16:24:10 +03:00
2018-05-17 12:27:29 +03:00
2018-02-28 12:10:24 +03:00
2017-08-02 03:35:15 +03:00
2018-01-15 12:39:29 +09:00
2018-06-13 19:17:50 +03:00
2018-07-11 14:25:24 +03:00
2018-12-07 18:32:09 +03:00
2018-04-18 16:14:43 +03:00
2016-10-24 15:17:56 +03:00
2018-11-08 10:37:36 +03:00
2018-03-29 11:39:01 +02:00
2017-09-25 18:16:42 +03:00
2018-02-06 14:17:01 +03:00
2017-06-28 15:30:40 +03:00
2017-12-28 20:31:24 +03:00
2017-12-28 20:31:37 +03:00
2018-04-18 11:17:52 +03:00
2018-08-02 09:23:27 +03:00
2017-09-07 16:10:09 +03:00
2017-07-20 17:48:14 +03:00
2016-08-02 15:31:16 +03:00
2018-08-06 19:04:07 +03:00
2017-12-26 18:39:47 +03:00
2018-04-18 16:14:43 +03:00
2017-12-26 18:39:51 +03:00
2018-06-19 11:20:26 +03:00
2018-07-25 16:15:59 +03:00
2018-08-06 19:04:07 +03:00
2017-11-30 16:44:16 +03:00
2019-01-17 14:56:42 +03:00
2017-03-15 00:22:31 +03:00
2018-10-24 20:12:42 +03:00
2018-11-20 11:18:18 +03:00
2017-06-16 15:02:24 +03:00